func go/types.isPointer

6 uses

	go/types (current package)
		conversions.go#L192: 	if (isPointer(Vu) || isUintptr(Vu)) && isUnsafePointer(Tu) {
		conversions.go#L196: 	if isUnsafePointer(Vu) && (isPointer(Tu) || isUintptr(Tu)) {
		conversions.go#L307: func isPointer(typ Type) bool {
		expr.go#L888: 		if isPointer(x.typ) || isPointer(y.typ) {
		methodset.go#L83: 	if t := asNamed(T); t != nil && isPointer(t) {